'Declaration<DispIdAttribute(101)> Function DrawBarcodeQrCode_2( _ ByVal Data As String, _ ByVal EncodingMode As BarcodeQREncodingMode, _ ByVal ErrorCorrectionLevel As BarcodeQRErrorCorrectionLevel, _ ByVal Version As Integer, _ ByVal ModuleSize As Integer, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte _ ) As GdPictureStatus
[DispId(101)] GdPictureStatus DrawBarcodeQrCode_2( string Data, BarcodeQREncodingMode EncodingMode, BarcodeQRErrorCorrectionLevel ErrorCorrectionLevel, int Version, int ModuleSize, float DstX, float DstY, byte Cyan, byte Magenta, byte Yellow, byte Black )
function DrawBarcodeQrCode_2(
Data: String;
EncodingMode: BarcodeQREncodingMode;
ErrorCorrectionLevel: BarcodeQRErrorCorrectionLevel;
Version: Integer;
ModuleSize: Integer;
DstX: Single;
DstY: Single;
Cyan: Byte;
Magenta: Byte;
Yellow: Byte;
Black: Byte
): GdPictureStatus;
DispIdAttribute(101) function DrawBarcodeQrCode_2( Data : String, EncodingMode : BarcodeQREncodingMode, ErrorCorrectionLevel : BarcodeQRErrorCorrectionLevel, Version : int, ModuleSize : int, DstX : float, DstY : float, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte ) : GdPictureStatus;
[DispId(101)] GdPictureStatus DrawBarcodeQrCode_2( string* Data, BarcodeQREncodingMode EncodingMode, BarcodeQRErrorCorrectionLevel ErrorCorrectionLevel, int Version, int ModuleSize, float DstX, float DstY, byte Cyan, byte Magenta, byte Yellow, byte Black )
[DispId(101)] GdPictureStatus DrawBarcodeQrCode_2( String^ Data, BarcodeQREncodingMode EncodingMode, BarcodeQRErrorCorrectionLevel ErrorCorrectionLevel, int Version, int ModuleSize, float DstX, float DstY, byte Cyan, byte Magenta, byte Yellow, byte Black )
Parameters
- Data
- EncodingMode
- ErrorCorrectionLevel
- Version
- ModuleSize
- DstX
- DstY
- Cyan
- Magenta
- Yellow
- Black
